Autogenerated HTML docs for v1.5.2.1-111-gc94b
diff --git a/hooks.html b/hooks.html index 2f910a9..cb170c1 100644 --- a/hooks.html +++ b/hooks.html
@@ -273,11 +273,10 @@ </div> <h2>applypatch-msg</h2> <div class="sectionbody"> -<p>This hook is invoked by <tt>git-applypatch</tt> script, which is -typically invoked by <tt>git-applymbox</tt>. It takes a single +<p>This hook is invoked by <tt>git-am</tt> script. It takes a single parameter, the name of the file that holds the proposed commit log message. Exiting with non-zero status causes -<tt>git-applypatch</tt> to abort before applying the patch.</p> +<tt>git-am</tt> to abort before applying the patch.</p> <p>The hook is allowed to edit the message file in place, and can be used to normalize the message into some project standard format (if the project has one). It can also be used to refuse @@ -287,8 +286,7 @@ </div> <h2>pre-applypatch</h2> <div class="sectionbody"> -<p>This hook is invoked by <tt>git-applypatch</tt> script, which is -typically invoked by <tt>git-applymbox</tt>. It takes no parameter, +<p>This hook is invoked by <tt>git-am</tt>. It takes no parameter, and is invoked after the patch is applied, but before a commit is made. Exiting with non-zero status causes the working tree after application of the patch not committed.</p> @@ -299,11 +297,10 @@ </div> <h2>post-applypatch</h2> <div class="sectionbody"> -<p>This hook is invoked by <tt>git-applypatch</tt> script, which is -typically invoked by <tt>git-applymbox</tt>. It takes no parameter, +<p>This hook is invoked by <tt>git-am</tt>. It takes no parameter, and is invoked after the patch is applied and a commit is made.</p> <p>This hook is meant primarily for notification, and cannot affect -the outcome of <tt>git-applypatch</tt>.</p> +the outcome of <tt>git-am</tt>.</p> </div> <h2>pre-commit</h2> <div class="sectionbody"> @@ -459,7 +456,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 02-Jun-2007 21:10:22 UTC +Last updated 03-Jun-2007 08:39:38 UTC </div> </div> </body>